home *** CD-ROM | disk | FTP | other *** search
/ CD World 1998 January / CD World - Ocak 1998.iso / disk / copyto / copyto.inf < prev    next >
Windows Setup INFormation  |  1997-03-14  |  2KB  |  61 lines

  1. ; Copyto Install
  2. [version]
  3. signature="$CHICAGO$"
  4. SetupClass=BASE
  5.  
  6. [DefaultInstall]
  7. CopyFiles=ThisDll.win.install,ThisDll.sys.install
  8. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  9. UpdateInis=ThisDll.Links
  10.  
  11. [ThisDll.Add.Reg]
  12. HKCR,CLSID\%GUID%,,,"%NAME%"
  13. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  14. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  15. HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  16. HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  17.  
  18. [ThisDll.Uninst.Reg]
  19. HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
  20. HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\Copytoun.exe"
  21.  
  22. [ThisDll.win.install]
  23. copyto.exe
  24. copyto.hlp
  25. copyto.cnt
  26.  
  27. [ThisDll.sys.install]
  28. cptoshex.dll
  29. copytoun.exe
  30.  
  31. [DestinationDirs]
  32. ThisDll.win.install=10
  33. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  34.  
  35. [SourceDisksNames]
  36. 55="Copyto","",1
  37.  
  38. [SourceDisksFiles]
  39. copyto.exe=55
  40. copyto.hlp=55
  41. copyto.cnt=55
  42. cptoshex.dll=55
  43. copytoun.exe=55
  44.  
  45. [Strings]
  46. SubDir = "ShellExt"
  47. NAME="Copyto"
  48. ThisDll = "cptoshex.dll"
  49. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\Copyto"
  50. GUID="{5095FFA0-2CFD-11d0-8C55-0080C7D71A86}"
  51. Uninst_DESC = "Copyto (Remove Only)"
  52. LinksPROG      = "Copyto"    ;
  53. LinksPROG_LOCN = "Copyto"    ; shortcut location
  54. Links_Desc     = "Copyto"    ; shortcut name
  55. Links_ShortDesc= "Copyto"    ; details view
  56.  
  57. [ThisDll.Links]
  58. setup.ini, progman.groups,, "group1=%LinksPROG_LOCN%"
  59. setup.ini, group1,, """%Links_Desc%"", ""%10%\Copyto.Exe"",,,,,%Links_ShortDesc%"
  60. setup.ini, group1,, """%Links_Desc% Help"", ""%10%\Copyto.hlp"",,,,,%Links_ShortDesc%"
  61.